home *** CD-ROM | disk | FTP | other *** search
- /*
- $Id$
- */
- /*! \page customlayout-example.html
-
- \ingroup examples
- \title Customized Layoutmanager
-
- This examples demonstrates how to write customized layout (geometry) managers
- like card layouts, border layout and flow layouts.
-
- See also: <a href="layout.html">Documentation of Geometry Management</a>.
-
- <hr>
-
- Header file of the flow layout:
-
- \include customlayout/flow.h
-
- <hr>
-
- Implementation of the flow layout:
-
- \include customlayout/flow.cpp
-
- <hr>
-
- Header file of the border layout:
-
- \include customlayout/border.h
-
- <hr>
-
- Implementation of the border layout:
-
- \include customlayout/border.cpp
-
- <hr>
-
- Header file of the card layout:
-
- \include customlayout/card.h
-
- <hr>
-
- Implementation of the card layout:
-
- \include customlayout/card.cpp
-
- <hr>
-
- Main:
-
- \include customlayout/main.cpp
- */
-
-